翻訳と辞書
Words near each other
・ S46
・ S46 (Berlin)
・ S47
・ S47 (Berlin)
・ S48
・ S49
・ S4BB Limited
・ S4C
・ S4C Authority
・ S4C Digital Networks
・ S4C Sport
・ S2 (classification)
・ S2 (missile)
・ S2 (Munich)
・ S2 (Nuremberg)
S2 (programming language)
・ S2 (Rhine-Main S-Bahn)
・ S2 (Rhine-Ruhr S-Bahn)
・ S2 (star)
・ S2 (TV channel)
・ S2 (ZVV)
・ S2 Games
・ S2 highway (Georgia)
・ S2 Records
・ S2 Shanghai–Luchaogang Expressway
・ S2 Spreadsheet
・ S2 Yachts
・ S20
・ S20 (Munich)
・ S20 Outer Ring Expressway


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

S2 (programming language) : ウィキペディア英語版
S2 (programming language)

S2 (Style System 2) is an object-oriented programming language developed in the late 1990s by Brad Fitzpatrick, Martin "Mart" Atkins, and others for the online journaling service LiveJournal in order to allow users full control over the appearance of their pages. S2 source code is compiled into Perl, which the webserver can then execute directly for individual web page requests.
The S2 system is, at its heart, completely general and can be used for almost any web application; however there exists no documentation for the implementation of S2 within other applications, which ties it relatively closely to LiveJournal.
This article will make use of LiveJournal's implementation of S2 for examples. A link to detailed documentation about this implementation can be found at the bottom.
==Language features==
S2's structure closely resembles that of most imperative programming languages, and includes basic instructions such as variable assignments, arithmetic operations, conditional flow control and ''for'' loops over finite sets (however, it distinctly lacks ''while'' loops). Being object-oriented, S2 allows the declaration of classes with members and methods, but global (non-class-specific) functions can also be defined. Recursion is allowed, but nesting functions is not.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「S2 (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.